

installation
budapest_beta1.pk3 goes in the etmain folder, omni_bot files go in omni-bot/et/nav folder. 




I created this map mainly as a testing map and have put alot of optional stuff in it

for example in the budapest_beta1.script file (mapscript file) you will find three global accums or variables that change some of the maps stuff these are

=================find this at the top of the map script=========================

////enable disable////
globalaccum 5 set 1 //1=enable 0=disable sewer mine traps
globalaccum 6 set 1 //1=enable 0=disable axis arty spawnroof on checkpoints
globalaccum 7 set 0 //1=enable 0=disable 3 dyno main obj

the first one #5 is for the two sewer mine traps simply change the value to a zero(0) to disable these

the second one # 6 is for the anti arty roof over both the axis fall back spawns or checkpoints simply change the value to a zero(0) to disable these

the third one #7 is for the third dynomite on the main obj simply change the value to a zero(0) to disable this
this is currently my defualt setting.

==================================================================================


also due to some of the advanced scripting for the bots required for the elevators and such ive done a ton of work on the omni-bot 0.61 budapest.gm (bot script file) to allow these things to be disabled/enabled becuase of some concerns i have with stabillity of this version of omni-bot with this complexity of scripting.

=================find this at the top of the bot script=========================
////Bot Enable / Disable section////////
	/////Change these to { false, } to disable or { true,} to enable, 
	//***NO CAPS!=lowercase with the comma no brackets***//
	EnableElevator1 = true, //elevator close to church 
	EnableElevator2 = true, //palace elevator 
	EnableRightTram = false, //right tram, looking down from top & behind trams
	EnableLeftTram = false, //Left tram, looking down from top & behind trams
	EnableGarage1 = true, //garage by first elevator
	EnableGarage2 = false, //garage between the first elevator and ammo/healt cabs
	EnableGarage3 = true, //garage by second elevator
	EnablePtBoat = true, //Bot boat riding
	///================group section==================///
	EnableAllElevators = true, //setting this to false will disable both elevators!
	EnableAllTrams = true, //setting this to false will disable both trams!
	EnableAllGarages = true, //setting this to false will disable all the garage doors!
	EnableLadders = false, //all ladders, bots will still try to use but not with the scrips here
	EnableSwitches = true, //setting this to false will disable both elevators, both trams, and the garage doors!
	/////////////////////////////////////////////////////////////////////////////////////////////////////

follow the instuctions and make sure not to delete any of these or change anything else in here, lol anyway both of these files my be opened by any standard text editor like notepad, although i prefer notepad++


code for budapest by

  _______         ______           __          
 / ___/ /__ ____ / /_/ /  ___ ____/ /__ _    __
/ (_ / / _ `(_-<_\/\/ _ \/ _ `/ _  / _ \ |/|/ /
\___/_/\_,_/___/_/_/_//_/\_,_/\_,_/\___/__,__/ 


contact me at biohazard422@aol.com,  i dont check mail often and failure to include the subject of budapest map will result in delete as will unsolicited attachments.
